home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Origami / Sources / src / Makefile < prev    next >
Encoding:
Makefile  |  1996-09-27  |  274 b   |  11 lines

  1. include ../Configfile
  2.  
  3. DIRECTORIES=    lib h origami keybind autoalias dirfold viewrc
  4.  
  5. TARGETS=    all lint install deinstall depend pseudo_depend clean awk \
  6.         tags clobber do_check_common
  7.  
  8. $(TARGETS):    ../Configfile
  9.         for i in $(DIRECTORIES); do (cd $$i;$(MAKE) $@) done
  10. #{{{}}}
  11.